home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / idl / bonobo-2.0 / Bonobo_Exception.idl < prev    next >
Text File  |  2006-01-09  |  369b  |  23 lines

  1. /*
  2.  * bonobo-exception.idl:
  3.  *
  4.  * Copyright (C) 2000  Helix Code, Inc.
  5.  *
  6.  * Author:
  7.  *      Dietmar Maurer (dietmar@helixcode.com)
  8.  */
  9.  
  10. #ifndef BONOBO_EXCEPTION_IDL
  11. #define BONOBO_EXCEPTION_IDL
  12.  
  13. module Bonobo {
  14.  
  15.     exception NotSupported {};
  16.     exception NotImplemented {};
  17.         exception IOError {};
  18.         exception BadArg {};
  19.  
  20. };
  21.  
  22. #endif /* BONOBO_EXCEPTION_IDL */
  23.